Blood Pressure
This message contains calculated blood pressure for the current session. Blood pressure is calculated and this message is sent from the backend to the fronted once per session, after certain amount of images are sent to the backend (for example, 1500).
Example:
{
"messageType": "BLOOD_PRESSURE",
"data": {
"systolic": 119,
"diastolic": 71
}
}
Field | Type | Description |
---|---|---|
systolic | integer | Systolic blood pressure; if -1, the value can't be calculated |
diastolic | integer | Diastolic blood pressure; if -1, the value can't be calculated |